home *** CD-ROM | disk | FTP | other *** search
- Abs(v);
-
- Returns the absolute value of v
-
- Sqr(v);
-
- Returns the square of v
-
- Sin(v) : REAL;
-
- Returns the sine of v
-
- Cos(v) : REAL;
-
- Returns the cosine of v
-
- Exp(v) : REAL;
-
- Returns a real value that is the natural exponential of a v
-
- Ln(v) : REAL;
-
- Returns a real value that is the natural logarithm of v
-
- Sqrt(v) : REAL;
-
- Returns the square root of v
-
- ArcTan(v) : REAL;
-
- Returns the arctangent of v in radians
-
- ArcSin(v) : REAL;
-
- Returns the arcsine of v in radians
-
- ArcCos(v) : REAL;
-
- Returns the arccosine of v in radians
-
- Rad2Deg(RadianValue : REAL) : REAL;
-
- Converts radians into decimal degrees
-
- Deg2Rad(DegreeValue : REAL) : REAL;
-
- Converts decimal degrees into radians
-
-